c# new object without class

65

c# new object without class -

var v = new { Amount = 108, Message = "Hello" };
//Above code will create a new object with properties Amount and Message.// 

Comments

Submit
0 Comments